에너지사용량 자료
년도 시도 지역 건물동수 연면적 에너지사용량(TOE)/전기 에너지사용량(TOE)/도시가스 에너지사용량(TOE)/지역난방 code_local code
Loading... (need help?)
2018년도 전기사용량 (전국)
2018~2019년도 전기사용량 (서울)
2018~2019년도 에너지사용량 (전국)

ydzulzrzas # <3> #| title: GDP and Life Expectancy px.scatter( df, x="gdpPercap", y="lifeExp", animation_frame="year", animation_group="country", size="pop", color="continent", hover_name="country", facet_col="continent", log_x=True, size_max=45, range_x=[100,100000], range_y=[25,90] ) # <3>

ydzulzrzas # <4> #| title: Population px.area( df, x="year", y="pop", color="continent", line_group="country" )

ydzulzrzas #| title: Life Expectancy px.line( df, x="year", y="lifeExp", color="continent", line_group="country" ) # <4>